| 1. | Individual attributes can override this setting for the local scope using the 属性为局部范围重写此设置。 |
| 2. | Individual elements can override this setting for the local scope by using the 属性为局部范围重写此设置。 |
| 3. | Class definitions place yet another namespace in the local scope 类定义也是局部作用域中的另一个命名空间。 |
| 4. | For loop s initializer remains in scope until the local scope ends 循环的初始值设定项保持在范围内,直到局部范围结束。 |
| 5. | Usually , the local scope references the local names of the ( textually ) current function 从文本意义上讲,局部作用域引用当前函数的命名。 |
| 6. | Usually , the local scope references the local names of the ( textually ) current function 从字面意义上讲,局部作用域引用当前函数的命名。 |
| 7. | Are defined with local scope , they shadow the global variable and constant with the same name 都是用局部范围定义的,它们隐藏了具有相同名称的全局变量和常数。 |
| 8. | Outside functions , the local scope references the same namespace as the global scope : the module ' s namespace 在函数之外,局部作用域与全局使用域引用同一命名空间:模块命名空间。 |
| 9. | Outside of functions , the local scope references the same namespace as the global scope : the module ' s namespace 在函数之外,局部作用域与全局使用域引用同一命名空间:模块命名空间。 |
| 10. | Illustrates the difference between global and local scopes in jscript and how the local scope shadows the global scope 阐释jscript中全局和局部范围的差异以及局部范围如何隐藏全局范围。 |